home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / books.arc / COA.FMT < prev    next >
Text File  |  1985-04-19  |  637b  |  20 lines

  1. * coa.fmt
  2. @ 1,1 say "Cursor Control:^E Up: ^X down: ^D Right: ^S Left:"
  3. @ 1,56 say "^G Delete:"
  4. @ 3,1 say "Screen Control ^C Next Account; ^R Previous Account:"
  5. @ 3,57 say "^W Save"
  6. @ 4,1 say "-----------------------------------------------------"
  7. @ 4,56 say "------------"
  8. @ 6,1 say "Account Number"
  9. @ 6,17 get acct
  10. @ 6,25 say "Title"
  11. @ 6,32 get title
  12. @ 8,1 say "Month to date"
  13. @ 8,19 get amount
  14. @ 10,1 say "Quarter to date"
  15. @ 10,19 get qtd
  16. @ 12,1 say "Year to date"
  17. @ 12,19 get ytd
  18. @ 16,1 say "-CAUTION: Changing balances will destroy audit trail!"
  19. @ 17,3 say "Use adjustment transactions to maintain audit trail."
  20.